home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Internet / The Bat! Professional 3.01 / thebat_professional.msi / Data1.cab / thebat.exe / 0 / RCDATA / THTMLBKSETUP / THTMLBKSETUP.txt
Text File  |  2004-10-12  |  4KB  |  196 lines

  1. object HtmlBkSetup: THtmlBkSetup
  2.   Left = 524
  3.   Top = 221
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Document Background'
  7.   ClientHeight = 443
  8.   ClientWidth = 481
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -14
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnClose = FormClose
  18.   PixelsPerInch = 120
  19.   TextHeight = 16
  20.   object Label1: TLabel
  21.     Left = 20
  22.     Top = 25
  23.     Width = 42
  24.     Height = 16
  25.     Caption = '&Colour:'
  26.   end
  27.   object clColor: TColorBox
  28.     Left = 98
  29.     Top = 20
  30.     Width = 366
  31.     Height = 22
  32.     Style = [cbStandardColors, cbExtendedColors, cbCustomColor, cbPrettyNames]
  33.     ItemHeight = 16
  34.     TabOrder = 0
  35.   end
  36.   object cbUseImage: TCheckBox
  37.     Left = 20
  38.     Top = 69
  39.     Width = 424
  40.     Height = 21
  41.     Caption = 'Use &Background Image'
  42.     TabOrder = 1
  43.     OnClick = cbUseImageClick
  44.   end
  45.   object gbImage: TGroupBox
  46.     Left = 20
  47.     Top = 98
  48.     Width = 444
  49.     Height = 297
  50.     Caption = 'Image'
  51.     TabOrder = 2
  52.     object Label2: TLabel
  53.       Left = 286
  54.       Top = 118
  55.       Width = 48
  56.       Height = 16
  57.       Caption = '&Repeat:'
  58.       FocusControl = cbRepeat
  59.       Visible = False
  60.     end
  61.     object Label3: TLabel
  62.       Left = 286
  63.       Top = 177
  64.       Width = 114
  65.       Height = 16
  66.       Caption = '&Horisontal position:'
  67.       Visible = False
  68.     end
  69.     object lHPos: TLabel
  70.       Left = 364
  71.       Top = 202
  72.       Width = 12
  73.       Height = 16
  74.       Caption = '%'
  75.       Visible = False
  76.     end
  77.     object Label5: TLabel
  78.       Left = 286
  79.       Top = 236
  80.       Width = 98
  81.       Height = 16
  82.       Caption = '&Vertical position:'
  83.       Visible = False
  84.     end
  85.     object lVPos: TLabel
  86.       Left = 364
  87.       Top = 261
  88.       Width = 12
  89.       Height = 16
  90.       Caption = '%'
  91.       Visible = False
  92.     end
  93.     object bLoad: TButton
  94.       Left = 286
  95.       Top = 20
  96.       Width = 139
  97.       Height = 30
  98.       Caption = '&Load...'
  99.       TabOrder = 0
  100.       OnClick = bLoadClick
  101.     end
  102.     object pnImage: TPanel
  103.       Left = 10
  104.       Top = 20
  105.       Width = 267
  106.       Height = 267
  107.       BevelOuter = bvLowered
  108.       TabOrder = 1
  109.     end
  110.     object bClear: TButton
  111.       Left = 286
  112.       Top = 59
  113.       Width = 139
  114.       Height = 31
  115.       Caption = 'Cl&ear'
  116.       TabOrder = 2
  117.       OnClick = bClearClick
  118.     end
  119.     object cbRepeat: TComboBox
  120.       Left = 286
  121.       Top = 138
  122.       Width = 139
  123.       Height = 24
  124.       Style = csDropDownList
  125.       ItemHeight = 16
  126.       ItemIndex = 0
  127.       TabOrder = 3
  128.       Text = '(none)'
  129.       Visible = False
  130.       OnChange = cbRepeatChange
  131.       Items.Strings = (
  132.         '(none)'
  133.         'Tile'
  134.         'Vertically'
  135.         'Horisontally')
  136.     end
  137.     object eHPos: TXSpinEdit
  138.       Left = 286
  139.       Top = 197
  140.       Width = 70
  141.       Height = 24
  142.       TabOrder = 4
  143.       Text = '0'
  144.       Visible = False
  145.       MinValue = -100
  146.       MaxValue = 100
  147.       Value = 0
  148.       Step = 5
  149.     end
  150.     object eVPos: TXSpinEdit
  151.       Left = 286
  152.       Top = 256
  153.       Width = 70
  154.       Height = 24
  155.       TabOrder = 5
  156.       Text = '0'
  157.       Visible = False
  158.       MinValue = -100
  159.       MaxValue = 100
  160.       Value = 0
  161.       Step = 1
  162.     end
  163.     object rg_repeat: TRadioGroup
  164.       Left = 288
  165.       Top = 112
  166.       Width = 137
  167.       Height = 65
  168.       Caption = ' Style : '
  169.       Items.Strings = (
  170.         'Tiles'
  171.         'Fixed')
  172.       TabOrder = 6
  173.     end
  174.   end
  175.   object bOK: TButton
  176.     Left = 207
  177.     Top = 404
  178.     Width = 119
  179.     Height = 30
  180.     Caption = '&OK'
  181.     Default = True
  182.     ModalResult = 1
  183.     TabOrder = 3
  184.   end
  185.   object bCancel: TButton
  186.     Left = 345
  187.     Top = 404
  188.     Width = 119
  189.     Height = 30
  190.     Cancel = True
  191.     Caption = 'Cancel'
  192.     ModalResult = 2
  193.     TabOrder = 4
  194.   end
  195. end
  196.